Skip to main content

TRREST_AICHAT

Trigger REST and AI CHAT connector samples

Sr. NoService NameDescriptionDetails
1.groqCallInvoking rest call to the GROQ chat AI using llama3-70b-8192 model with a test input and text answer as the output.
What is the capital of India?
2.chatPracticalPractical Example of Chat AI model. Rest post service with a string containing the order number. Call the AI chat model, to extract this order number from the text. Get order details for this order number from the DB. Convert the returned order detail to simple English text, by calling the AI chat model. Now this English response is returned as a Response of the service.
Get me status of my order id 10422
3.groqConnectionTimeoutRest call with connection timeout waiting of 1 millisecond that throws an error and an error response is returned for the connection timed out.
What is the capital of India?
4.groqReadTimeoutRest call with response timeout waiting of 1 millisecond that throws an error and an error response is returned for the read timed out.
What is the capital of India?